home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / sockv2 / meter.dfm / meter.txt
Text File  |  1996-04-08  |  645b  |  37 lines

  1. object MeterDLG: TMeterDLG
  2.   Left = 200
  3.   Top = 101
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'File Transfer Progress'
  7.   ClientHeight = 66
  8.   ClientWidth = 307
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 112
  17.     Top = 40
  18.     Width = 84
  19.     Height = 16
  20.     Caption = '0% Complete'
  21.   end
  22.   object Gauge1: TBiGauge
  23.     Left = 8
  24.     Top = 8
  25.     Width = 289
  26.     Height = 25
  27.     Min = 0
  28.     Max = 100
  29.     Value = 0
  30.     Margin = 2
  31.     Orientation = 0
  32.     BarColor = clBlue
  33.     BevelSize = 3
  34.     BevelStyle = 0
  35.   end
  36. end
  37.